home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / vbasic / insure2.exe / README.TXT < prev    next >
Text File  |  1993-07-22  |  4KB  |  63 lines

  1. ============================================================================
  2.                                INSURE-2
  3.                                  by:
  4.                    Kemp Brown - Basic Languages Group/DABU
  5.                                3/24/92
  6. ============================================================================
  7.  
  8. This is a re-working of the INSUREME application written by Darrique ?.  
  9. I added a few extras to it, since the demo I was given to rework had only
  10. one screen to it.  The original had several MDI Child windows in it, but 
  11. there seemed to be no way of accessing them.  I decided to just go with full-
  12. screen size windows for ease of data entry.  There was quite a bit of 
  13. unimplemented functionality in the original app, so I had to extrapolate 
  14. what he meant to put in the application.  I used forms from the Prudential 
  15. Insurance Co. provided to us for most of the information in the app.
  16.  
  17. The app was written to be as flexible as possible.  Therefore you can go 
  18. back and forth between edit screens and update any data that is erroneous.
  19. The program demonstrates the major functionality of Pen Windows controls -
  20. BEdit fields, HEdit fields, both with DelayRecog on and off, as well as an
  21. array of "point 'n shoot" type edit fields (check boxes, option buttons, etc.)
  22.  
  23. If you make any changes to the forms, you should beware - all the
  24. controls were placed in design mode, and are not placed programmatically.
  25. That can be done if desired, but if you're careful not to click and move
  26. the wrong things, everything should be ok.
  27.  
  28. Simply run the .EXE, then fill out the required info.  Not all fields have
  29. to be filled in before you can move on, although that could become a 
  30. requirement later, before generating the report.  As it stands now, the app  
  31. is mostly complete, although not totally finished.  The LOAD and SAVE FORM 
  32. buttons aren't functional at this time.  Saving ink in the signature HEdit field 
  33. proved too big an obstacle given the time frame I had.  The report form is
  34. pretty rudimentary - I ran out of time to really polish it up and add extra
  35. functionality.  It could easily be fleshed out to have more interpretive 
  36. information.  One idea I had but didn't have time to follow up on was a 
  37. risk assessment based on what the applicant had entered in the previous 
  38. forms.  For example, if they ticked YES on a lot of "bad" things, then the
  39. risk factor would be high - ie. "Bad Risk" to insure.  
  40.  
  41. Simply click the action buttons at the bottom of each form to move back 
  42. and forth between the forms, it's pretty self-explanatory.  A sample script
  43. would be like:  A prospective insuree is give the app to fill out.  They 
  44. start on the Main Form, and enter the information such as name, occupation,
  45. sex, etc.  When finished with that, they would press the "Additional 
  46. Information" button, which would show that screen.  On this screen, they
  47. would enter additional information, and sign the form.  After returning back
  48. to the main form, they would then press the "Medical" button to go to the
  49. medical data entry screen.  After filling this information out, they would
  50. return to the main form, and press the "Report" button to generate a report.
  51. After this, they have the option of changing previous choices, or ending 
  52. the app.
  53.  
  54. If you have any problems let me know.  I've included all the forms and  
  55. the MAK file, as well as all the custom controls needed to run it from VB if 
  56. the EXE I provided fails to run.
  57.  
  58. Good luck and let me know what you think!
  59.  
  60. -Kemp Brown (KempB)
  61. -BasLang/DABU
  62.  
  63.